CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scheduling genetic

搜索资源列表

  1. AIA2

    1下载:
  2. 人工免疫克隆选择算法是一种比较新型的智能算法,其基本算法结构与遗传算法是类似的,以下源码是为网络节点分组调度问题而设计的算法。-Artificial immune clonal selection algorithm is a relatively new type of intelligent algorithms, the basic algorithm structure and the genetic algorithm is similar to, the following sour
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-05
    • 文件大小:1196
    • 提供者:张望
  1. Artificial

    0下载:
  2. Using Artificial Chromosomes in Genetic algorithm for scheduling flowshop
  3. 所属分类:Software Testing

    • 发布日期:2017-04-08
    • 文件大小:434876
    • 提供者:Duy
  1. source

    0下载:
  2. Job shop scheduling problem using genetic algorithm must use g++ complier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:438934
    • 提供者:Lawrance
  1. zydu-matlab

    0下载:
  2. 用 MATLAB实现作业车间调度的遗传算法源程序,基本思路可供参考。希望对大家有所帮助。- Realization of job-shop scheduling based on genetic algorithm by using MATLAB soft. wish help to others.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:875
    • 提供者:wllx
  1. 0801563

    0下载:
  2. 用遗传算法解决作业车间调度问题。作业车间调度可描述为集合{J,M,Op,T}(其中:J代表工件,M代表机器,Op代表工序,T代表工件的加工时间),即如何将工件的工序按照合理的顺序分配到机器上,以达到目标函数的要求。-Using Genetic Algorithm for Job Shop Scheduling Problems. Job shop scheduling can be described as a set {J, M, Op, T} (where: J on behalf of t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:897357
    • 提供者:刘浏
  1. Genetic-Algorithm

    0下载:
  2. 使用Visual c++实现电梯调度的遗传算法-Using Visual c++ genetic algorithm to achieve the elevator scheduling
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2401619
    • 提供者:张恒
  1. matlab-GA-JSP

    0下载:
  2. matlab遗传算法解决车间调度问题,适用于一般问题-matlab genetic algorithm to solve job shop scheduling problem, the problem for general
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:20698
    • 提供者:lychee
  1. tiji

    1下载:
  2. 水库优化调度遗传算法源程序,有效解决水库调度中维数灾问题-Reservoir optimal scheduling genetic algorithm source code, an effective solution to reservoir operation in the curse of dimensionality problem ...
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-04-08
    • 文件大小:524288
    • 提供者:
  1. Genetic-algorithm-problem

    1下载:
  2. 车间作业调度问题遗传算法,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm for job shop scheduling problem, the program will draw three pictures: two convergent graphs and Gantt (schedule timing diagram of the workpiece)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1555
    • 提供者:卢永鹏
  1. job-scheduling-with-genetic-algorithms

    0下载:
  2. Job scheduling with genetic algorithms in R programming language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:9612
    • 提供者:hnd
  1. a

    0下载:
  2. 基于模拟退火遗传算法的车辆调度问题研究,其中使用matlab程序编出了整个算法-Genetic algorithm based on simulated annealing scheduling problem of vehicles, which use matlab program code out of the whole algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1643388
    • 提供者:陈磊
  1. jobshop-schedule

    0下载:
  2. 车间调度中机器可变的情况,采用matlab的遗传算法编程-Variable-based machine shop scheduling genetic algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:7103
    • 提供者:
  1. genetic-combination

    1下载:
  2. 一个车间调度程序,它的独特之处在于输入测试矩阵可任意测试。 -A shop scheduling program, its unique in the input test matrix can be arbitrary test.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:123046
    • 提供者:
  1. A-GENETIC-ALGORITHM-APPROACH-FOR-UTILITY-MANAGEME

    0下载:
  2. Abstract. In this paper, we present a scheduler for distributing workflows in Utility Management System (UMS). The system executes a large number of workflows, which have very high resource requirements. The workflows have different computational
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:171652
    • 提供者:nemanja
  1. genetic-job-shop-matlab

    0下载:
  2. matlab 求解job shop scheduling problem 遗传算法 整数编码 双点交叉 溢出位修复-job shop scheduling problem genetic algorithm for integer encoding two-point cross-overflow bit repair
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5266
    • 提供者: 虎子
  1. Shop-scheduling-source-code

    1下载:
  2. 代码简介 典型JOB SHOP调度问题(FT10) :工序编码的遗传算法。 在上面典型JOB SHOP调度问题中,每个工件加工的时候可以选择多台机器加工。 使用工序编码的遗传算法。-a typical code Introduction JOB SHOP scheduling problem (FT10): process-coded genetic algorithm. In the above typical JOB SHOP scheduling problem, when eac
  3. 所属分类:transportation applications

    • 发布日期:2017-03-29
    • 文件大小:133010
    • 提供者:kent
  1. genetic-algorithm

    0下载:
  2. 车间作业调度问题是一种NP完全问题,下面的源码是车间作业调度问题的源码-Job shop scheduling problem is an NP-complete problem, the source of the following is the source of the Job Shop Scheduling Problem
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:1525
    • 提供者:快月
  1. JOB-SHOP-SCHEDULING

    1下载:
  2. 基于混合遗传算法问题车间调度优化(论文+源码),哈工大本科学生毕业论文,内有源码以及遗传算法和模拟遗传算法相关论文-Shop Scheduling with Genetic Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:9348829
    • 提供者:kelvin
  1. main

    0下载:
  2. 车间调度 遗传算法 主程序 只是主程序哦 大家可以根据主程序编程-Shop scheduling genetic algorithm main program main program just oh we can according to the main program programming
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:1363
    • 提供者:王磊
  1. Shop-scheduling--ga_jsp

    0下载:
  2. 用遗传算法解决车间调度问题 aberrance.m 760 24-07-07|09:42 across.m 2144 26-07-07|16:35 cal.m 1133 20-05-08|08:37 calP.m 742 15-05-08|20:16 caltime.m 1986 25-07-07|10:52 JSP.m 4006 22-05-08|19:52 plotRec.m 487 14-07-07|14:48 车间调度遗传算法的研究.doc 8755
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:50890
    • 提供者:寂寞孤鸿
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com